@charset "UTF-8";
@font-face {
	font-family: 'din';
    src: url("../font/DIN-Medium.eot");
    src: url("../font/DIN-Medium.eot?#iefix") format("embedded-opentype"),
        url("../font/DIN-Medium.woff") format("woff"),
        url("../font/DIN-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*@font-face{font-family:'PingFang'; src: url('../font/PingFang.woff2');}*/


html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #333333; background-color: #ffffff; letter-spacing: 0.5px;  font-family:'PingFang','微软雅黑', 'Microsoft YaHei','din', 'Arial', sans-serif; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent; font-family:'PingFang','微软雅黑', 'Microsoft YaHei','din', 'Arial', sans-serif; box-sizing: border-box; }

::-moz-selection { background: #929090; color: #fff; text-shadow: none; }
::selection { background: #929090; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background:#929090;}
::-webkit-scrollbar-thumb:hover { background: #929090;}

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{position: relative; padding: 0 9%; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: auto;}
.rect-434 {padding-bottom: 43.4%;}
.rect-50 {padding-bottom: 50%;}
.rect-523 {padding-bottom: 52.3%;}
.rect-65 {padding-bottom: 65%;}
.rect-67 {padding-bottom: 67%;}
.rect-100 {padding-bottom: 100%;}
.rect-140 {padding-bottom: 140%;}

.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:90px; z-index: 9999;width: 100%; position:fixed;transition:0.5s all;  background:linear-gradient(to right, #fff 82%, #929090 18%); box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header .logo{ height:90px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:60px; display:block;  transition:0.5s all;}
.header .nav{ display: flex; height:90px; transition:0.5s all; background:#929090; padding-left: 8%;}
.header .nav>ul{display: inline-block; vertical-align: middle;}
.header .nav .drop{ display: inline-block; text-align: center;padding: 0 30px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop:last-child{ padding-right: 0;}
.header .nav .drop>a{position: relative; line-height: 90px; font-size: 18px; color: #ffffff;}
.header .nav .drop>a::after{position: absolute; content: ''; width: 0; height: 2px; background: #ffffff; left: 0; bottom: -10px;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.header .nav .drop:hover>a::after{ width: 100%;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{ font-weight: bold; color: #ffffff;}
.header .nav .subNav{ display:none; position:absolute; width:100%; left:0; top:100%; z-index: 9999; background:rgba(255,255,255,0.9);  line-height:40px; padding: 15px 0; text-align: right; border-top: 1px #eeeeee solid; box-sizing: border-box;}
.header .nav .subNav .item{ position: relative; zoom:1; display: inline-block; margin: 0;}
.header .nav .subNav .item a{ display:block; padding:0 30px; color: #000000;  font-size: 18px; line-height: 40px; margin: 0;}
.header .nav .subNav .item a:hover{ color:#da251c;}
.header .nav .tools{  vertical-align: middle; margin-left: 40px;display: flex;align-items: center; justify-content: space-between;}
.header .nav .tools .xian{ margin: 0 20px; width: 1px; height: 20px; background: #e0e0e0;}
.header .nav .tools .h_sear .sear_so{ display: block; font-size: 20px;color:#ffffff; cursor: pointer;}
.header .nav .tools .h_sear .search-alert{ position: fixed; top:-100%; left: 0; width: 100%; height:90px; background: #ffffff;z-index: 99; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.header .nav .tools .h_sear .search-alert.active{top:0; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.header .nav .tools .h_sear .search-alert .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.header .nav .tools .h_sear .search-alert .cent-form{ width: 80%;}
.header .nav .tools .h_sear .search-alert .cent-form .search-txt{ width: 80%;}
.header .nav .tools .h_sear .search-alert .cent-form .search-txt .icon{ width: 40px; float: left; font-size: 20px; line-height: 40px;}
.header .nav .tools .h_sear .search-alert .cent-form .search-txt .search-key{ width: calc(100% - 80px); float: left;border: none;font-size: 15px;line-height: 40px;text-align: left; box-sizing: border-box;background: none;padding: 0;}
.header .nav .tools .h_sear .search-alert .cent-form .search-btn{border:none; width:120px; background:none; text-align:center; line-height: 40px; margin:0; font-size:15px; color:#aaaaaa; border-radius:50px; border:1px solid#aaaaaa; cursor:pointer; outline:none; transition:all 0.5s ease;}
.header .nav .tools .h_sear .search-alert .cent-form .search-btn:hover{background:#da251c; color:#ffffff; border-color:#da251c;}
.header .nav .tools .h_sear .search-alert .close{padding: 30px; height: 90px; border-left: 1px #cccccc solid;}
.header .nav .tools .h_sear .search-alert .close .close_icon{display:block; width: 25px; height: 25px; line-height: 25px; font-size: 25px;  cursor:pointer; -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.header .nav .tools .h_sear .search-alert .close .close_icon:hover{color: #da251c; -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);}
.header .nav .tools .h_lan{position: relative; height: 90px; display: flex;align-items: center;}
.header .nav .tools .h_lan .lan_tit{ font-size: 16px; color: #ffffff; cursor: pointer;}
.header .nav .tools .h_lan .lan_tit .jiant{ margin-left: 3px; font-size: 10px; color: #ffffff;}
.header .nav .tools .h_lan:hover .lan_tit,.header .nav .tools .h_lan:hover .lan_tit .jiant{ color: #ffffff;}
.header .nav .tools .h_lan .lan_list{display: none; position: absolute; top: 100%; left: 50%;  transform: translateX(-50%); width: 100px; padding: 5px 0;  background: #ffffff; box-shadow: 0 5px 10px 0;}
.header .nav .tools .h_lan .lan_list::before{content: '';position: absolute;bottom: 100%; left: 50%; transform: translateX(-50%); pointer-events: none;border-bottom: 8px solid #FFFFFF;border-top: 8px solid transparent;border-left: 8px solid transparent;border-right: 8px solid transparent;}
.header .nav .tools .h_lan .lan_list p{ border-bottom: 1px #eeeeee solid;}
.header .nav .tools .h_lan .lan_list p:last-child{ border-bottom: none;}
.header .nav .tools .h_lan .lan_list a{ display: block; width: 100%; line-height: 40px; font-size: 16px;text-align: center; color: #333333;}
.header .nav .tools .h_lan .lan_list a:hover{ color: #da251c;}
.header .nav .tools .h_lan:hover .lan_list{ display: block;}
.placeholder{ width: 100%; position: relative; height: 90px;}
.header.scroll{ height: 60px;}
.header.scroll .logo,.header.scroll .nav,.header.scroll .nav .tools .h_sear .search-alert{ height: 60px;}
.header.scroll .nav .tools .h_sear .search-alert .close{height:60px; padding:17.5px}
.header.scroll .nav .drop>a{ line-height: 60px;}
.header.scroll .logo img{ height: 30px;}
.sp_nav,.sjj_nav{display:none;}

.banner {width:100%;position: relative; z-index:0; background:#000; overflow:hidden; height:90vh;}
.banner .bannerSwiper{ height:100%;}
.banner .swiper-slide{opacity:0 !important;}
.banner .swiper-slide-active{ opacity:1 !important}

.banner .swiper-slide .Vidage{position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: -1;min-width: 100%; min-height: 100%;}
.banner .swiper-slide .banner_video{position: absolute; width: 100%; height: 100%; object-fit: fill; z-index: 9999;}
.banner .swiper-slide .pic {height:100%; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width:100%;height:100%;transition: all 3s;  transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
.banner .swiper-slide-active .pic img{ transform: scale(1.05,1.05);  -webkit-transform: scale(1.05,1.05);  transition-delay:0.3s;}
.banner .swiper-pagination { bottom: 30px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 20px; height: 20px; margin: 0 10px !important; background: url(../img/pagination.png) center no-repeat; background-size:auto 20px; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{ background: url(../img/paginationh.png) center no-repeat; background-size:auto 20px;}
.mbanner{display:none;}


.inProduct{ position: relative;}
.inProduct .line{background: #929090;width: 100%;height: 4px;z-index: 2;}
.inProduct .top_list{position: relative; padding: 35px 0; background: #ffffff;}
.inProduct .top_list .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center; justify-content: space-between;}
.inProduct .infor .tit_en{font-size:20px; color:#929090; font-weight: bold;  position:relative; display:inline-block; text-transform:uppercase; margin-bottom:10px;}
.inProduct .infor .tit_en:after{content:''; position:absolute; left:110%; width:50px; height:2px; background:#929090; top:50%; margin-top:-1px;}
.inProduct .infor .tit{font-size:30px; font-weight: 500; color:#000000; line-height:1;}
.inProduct .catelist{position: relative; width: 65%; margin: 0;}
.inProduct .catelist .catethumb{ width: 90%; margin:0 auto; overflow: hidden;}
.inProduct .catethumb .item{float: left; width: 20%; text-align: center; cursor: pointer;}
.inProduct .catethumb .item .ico{ margin: 0 auto;}
.inProduct .catethumb .item .ico img{ height: 50px;}
.inProduct .catethumb .item:hover .ico{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
@-webkit-keyframes jello {
    from, 11.1%, to { -webkit-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
.inProduct .catethumb .item .txt{ margin-top: 10px; font-size: 17px; color: #000000; font-weight: bold;}
.inProduct .catethumb .item:hover .txt{ color: #da251c;}
.inProduct .catethumb .item.swiper-slide-thumb-active .txt{ color: #da251c;}
.inProduct .catelist .cate-next{position: absolute;top: 50%;right: 0; width: 30px; height: 30px; font-size: 25px; transform: translateY(-50%); cursor: pointer;   z-index: 99;}
.inProduct .catelist .cate-prev{position: absolute;top: 50%;left: 0; width: 30px; height: 30px; font-size: 25px; margin-top: -15px; cursor: pointer; transform: rotate(180deg);  z-index: 99;}
.inProduct .catelist .cate-prev.swiper-button-disabled,.inProduct .catelist .cate-next.swiper-button-disabled{ display: none;}
.inProduct .catelist .cate-prev:hover,.inProduct .catelist .cate-next:hover{color:#da251c;}
.inProduct .contprot{ position: relative; background: url(../img/contSwiperbg.jpg) center no-repeat;}
.inProduct .contprot .contthumb .item{ opacity: 0 !important;}
.inProduct .contprot .contthumb .item.swiper-slide-active{ opacity: 1 !important;}
.inProduct .contprot .contthumb .left{ float: left; width: 30%; padding: 100px 0; margin-left: 9%;}
.inProduct .contprot .contthumb .left .cont-item{ position: relative;}
.inProduct .contprot .contthumb .left .cont-item .name{ font-size: 38px; color: #5C5959; font-weight: bold;}
.inProduct .contprot .contthumb .left .cont-item .cont{ margin-top: 55px; font-size: 16px; color: #333333; line-height: 30px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.inProduct .contprot .contthumb .left .cont-item .more{ position: relative; display: block; margin-top: 70px; width: 150px;  font-size: 15px; color: #333333; line-height: 44px; text-align: center; border: 2px #d8d8d8 solid; border-radius: 25px;overflow: hidden; background: #ffffff; z-index:1;}
.inProduct .contprot .contthumb .left .cont-item .more span{ position: absolute; z-index: -1;  right: 0; bottom: 0; width: 0; height: 100%; background: #da251c; border-radius: 24px;   -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s; }
.inProduct .contprot .contthumb .left .cont-item .more:hover{ color: #ffffff; border: 2px #da251c solid;}
.inProduct .contprot .contthumb .left .cont-item .more:hover span{ width: 100%; height: 100%;}
.inProduct .contprot .contthumb .left .porbody{ position: relative; width: 100%; margin-top: 90px; border-bottom: 1px #d8d8d8 solid;}
.inProduct .contprot .contthumb .left .porbody .large_box{width: 90%; margin:0 auto; overflow: hidden;}
.inProduct .contprot .contthumb .left .porbody .swiper-slide{ width: 50%; padding: 15px 0; font-size: 16px; color: #000000;cursor: pointer;}
.inProduct .contprot .contthumb .left .porbody .swiper-slide.swiper-slide-active{ color: #da251c; font-weight: bold; }
.inProduct .contprot .contthumb .left .porbody .swiper-slide .button-next{ position: relative;}
.inProduct .contprot .contthumb .left .porbody .button-next{position: absolute; display: block; top: 50%;right: 0; width: 15px; height: 18px; font-size: 15px; transform: translateY(-50%); cursor: pointer;   z-index: 99;}
.inProduct .contprot .contthumb .left .porbody .button-prev{position: absolute; display: block; top: 50%;left: 0; width: 15px; height: 18px; font-size: 15px; margin-top: -9px; cursor: pointer; transform: rotate(180deg);  z-index: 99;}
.inProduct .contprot .contthumb .left .porbody .button-prev.swiper-button-disabled,.inProduct .contprot .contthumb .left .porbody .cate-next.swiper-button-disabled{ display: block;}
.inProduct .contprot .contthumb .left .porbody .button-prev:hover,.inProduct .contprot .contthumb .left .porbody .button-next:hover{color:#da251c;}
.inProduct .contprot .contthumb .right{ float: right; width: 52%; background: url(../img/proimgbg.png) no-repeat bottom; background-size: cover;}
.inProduct .contprot .contthumb .right .swiper-slide{width: 100% !important;opacity: 0 !important;}
.inProduct .contprot .contthumb .right .swiper-slide img{ width: 60%;position: absolute;left: 50%;bottom: 20%;transform: translateX(-50%);}
.inProduct .contprot .contthumb .right .swiper-slide.swiper-slide-active{opacity: 1 !important;}

.inSolution{ position: relative; padding: 80px 0; background: url(../img/solutionbg.jpg) center no-repeat; background-size: cover;}
.inSolution .infor{position: relative;}
.inSolution .infor .tit_en{font-size:20px; color:#ffffff; font-weight: bold;  position:relative; display:inline-block; text-transform:uppercase; margin-bottom:10px;}
.inSolution .infor .tit_en:after{content:''; position:absolute; left:110%; width:50px; height:2px; background:#ffffff; top:50%; margin-top:-1px;}
.inSolution .infor .tit{font-size:30px; font-weight: 500; color:#ffffff; line-height:1.1;}
.inSolution .solut{position: relative; margin-top: 45px;}
.inSolution .solut .tab{ position: absolute; top: 0; right: 0; width: 52%; z-index: 999;}
.inSolution .solut .tab .swiper-slide{ width: 18.4%; margin-right: 2%; height: 48px; line-height: 48px; font-size: 18px; color: #000000; font-weight: bold; border-radius: 5px; text-align: center; background: #ffffff; cursor: pointer;}
.inSolution .solut .tab .swiper-slide.swiper-slide-thumb-active{ color: #ffffff; background: #da251c;}
.inSolution .solutbox .left{width: 46%;background: #ffffff;padding: 50px 10% 50px 50px;position: relative;overflow: hidden;}
.inSolution .solut .tab .swiper-slide:last-child{ margin-right: 0;}
.inSolution .solutbox .swiper-slide{ opacity: 0 !important;}
.inSolution .solutbox .swiper-slide.swiper-slide-active{ opacity: 1 !important;}
.inSolution .solutbox .left .tit{ font-size: 26px; color: #da251c; font-weight: bold;}
.inSolution .solutbox .left .cont{ margin-top: 50px; font-size: 16px; color: #333333; line-height: 30px; height: 120px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.inSolution .solutbox .left .more{ float: right; margin-top: 70px; width: 48px; height: 48px;font-size: 15px;color: #ffffff;line-height: 48px;text-align: center; border-radius: 24px; background: #da251c; overflow: hidden; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s;}
.inSolution .solutbox .left .more.icon-jrjt:before{display: none;}
.inSolution .solutbox .left .more.icon-jrjt::after{content: "\e662";}
.inSolution .solutbox .left .more span{display: none; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s;}
.inSolution .solutbox .left .more:hover{ width: 148px; }
.inSolution .solutbox .left .more:hover span{display: inline-block; margin-right: 10px;}
.inSolution .solutbox .left .related{ margin-top: 50px; padding-top: 30px; position: relative; border-top: 1px #dddddd solid;}
.inSolution .solutbox .left .related .infor{ width: 85%;display: grid; grid-gap: 10px; grid-template-columns: repeat(3,1fr);}
.inSolution .solutbox .left .related .infor a{ font-size: 14px; color: #333333; height: 40px; line-height: 40px; text-align: center; border: 1px #cccccc solid;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.inSolution .solutbox .left .related .infor a:hover{ color: #ffffff; border: 1px #da251c solid; background: #da251c;}
.inSolution .solutbox .right{width: 60%;height: 82%;position: absolute;right: 0;top: 18%;z-index: 33;}
.inSolution .solutbox .right .img{ width: 100%; height: 100%;}
.inSolution .solutbox .right .img img{width: 100%;height: 100%;object-fit: cover;}

.inNews{position: relative; padding: 80px 0; background: #ffffff;}
.inNews .top{display: -webkit-flex; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.inNews .infor .tit_en{font-size:20px; color:#929090; font-weight: bold;  position:relative; display:inline-block; text-transform:uppercase; margin-bottom:10px;}
.inNews .infor .tit_en:after{content:''; position:absolute; left:110%; width:50px; height:2px; background:#929090; top:50%; margin-top:-1px;}
.inNews .infor .tit{font-size:30px; font-weight: 500; color:#000000; line-height:1.1;}
.inNews .top .more{ position: relative; display: block;  width: 150px; font-size: 15px; color: #333333; line-height: 44px; text-align: center; border: 2px #d8d8d8 solid; border-radius: 25px;overflow: hidden; background: #ffffff; z-index:1;}
.inNews .top .more .t{ position: absolute; z-index: -1;  right: 0; bottom: 0; width: 0; height: 100%; background: #da251c; border-radius: 24px;   -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s; }
.inNews .top .more .m{ margin-right: 10px;}
.inNews .top .more:hover{ color: #ffffff; border: 2px #da251c solid;}
.inNews .top .more:hover .t{ width: 100%; height: 100%;}
.inNews .top .more.icon-jrjt:before{display: none;}
.inNews .top .more.icon-jrjt::after {content: "\e662";}
.inNews .newsbox{ position: relative; margin-top: 45px; display: grid; grid-gap: 25px; grid-template-columns: repeat(3,1fr);}
.inNews .newsbox .item .img{ position: relative;}
.inNews .newsbox .item .img .infor{position: absolute; left: 0; bottom: 0; padding:15px 20px; font-size: 15px; color: #000000; background: rgba(255,255,255,.7);}
.inNews .newsbox .item:hover .img .infor{ color: #ffffff; background: #da251c;}
.inNews .newsbox .item .cont{ padding:0 10px;}
.inNews .newsbox .item .cont .title{ margin-top: 30px; font-size: 18px; line-height: 30px; height: 60px; color: #000000;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.inNews .newsbox .item .cont .desc{font-size: 15px; line-height: 30px; height: 60px; color: #666666;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.inNews .newsbox .item:hover .cont .title{ color: #da251c;}

.inAbout{ position: relative; width: 100%; padding: 80px 0; background: url(../img/abobg.jpg) top center no-repeat; background-size: cover;}
.inAbout .infor{position: relative;}
.inAbout .infor .tit_en{font-size:20px; color:#929090; font-weight: bold;  position:relative; display:inline-block; text-transform:uppercase; margin-bottom:10px;}
.inAbout .infor .tit_en:after{content:''; position:absolute; left:110%; width:50px; height:2px; background:#929090; top:50%; margin-top:-1px;}
.inAbout .infor .tit{font-size:30px; font-weight: 500; color:#000000; line-height:1.1;}
.inAbout .abocont{ position: relative; margin-top: 40px;}
.inAbout .abocont .cont{width: 48%; font-size: 16px; color: #000000; line-height: 30px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.inAbout .abocont .number{ position: relative; width: 65%; margin-top: 60px;}
.inAbout .abocont .number .item {position: relative;float: left;width: 33.333333%;box-sizing: border-box;}
.inAbout .abocont .number .item .T{display: -webkit-flex;display: flex; align-items: center;}
.inAbout .abocont .number .item .T .timer{font-size: 44px;  color: #da251c; font-family: 'din'; line-height: 1.2; margin-right: 10px;}
.inAbout .abocont .number .item .T .num{font-size: 20px; color: #333333; display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;}
.inAbout .abocont .number .item .T .num em{font-size: 18px; color: #333333; font-style: normal;}
.inAbout .abocont .number .item .c {margin-top: 5px; padding-left: 30px; font-size: 16px;color: #333333; }
.inAbout .abocont .number .item .ico1{ background: url(../img/numico1.png) left center no-repeat; background-size: auto 18px;}
.inAbout .abocont .number .item .ico2{ background: url(../img/numico2.png) left center no-repeat; background-size: auto 18px;}
.inAbout .abocont .number .item .ico3{ background: url(../img/numico3.png) left center no-repeat; background-size: auto 18px;}

footer { width: 100%;font-size: 0; display: table; background: #f9f9f9 url(../img/flogobg.png) center no-repeat; border-top: 4px #929090 solid;}
footer .footer{ padding: 50px 0;}
footer .footer .footer_logo{display: -webkit-flex; display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
footer .footer .footer_logo .l img{ height: 90px;}
footer .footer .footer_logo .r span{ display: inline-block; margin-left: 40px;}
footer .footer .footer_logo .r span:first-child{ margin-left: 0;}
footer .footer .footer_menu{ position: relative; margin-top: 40px;display: -webkit-flex; display: flex; flex-direction: row;justify-content: space-between;}
footer .footer .footer_menu dl dt {font-size: 18px;color: #000000;font-weight: bold;}
footer .footer .footer_menu dl dd {margin-top: 25px;}
footer .footer .footer_menu dl dd a {display: block;width: 100%;font-size: 16px;color: #999999;line-height: 32px;}
footer .footer .footer_menu dl dd a:hover {color: #da251c;}
footer .footer .footer_menu dl dd p { font-size: 16px; color: #999999;line-height: 32px;}
footer .footer .footer_menu dl dd p:first-child{ font-size:20px;color:#da251c; font-weight:bold;font-family: 'din';}
footer .footer .footer_menu dl dd p:first-child span{color:#999999; font-size: 18px;font-weight: normal;}
footer .footer .footer_menu dl dd p span::before{ margin-right: 5px; font-size: 18px;}
footer .footer .footer_menu dl dd p:first-child span::before{font-size: 20px;}
footer .copyright{ border-top: 1px #eeeeee solid; padding: 30px 0; font-size: 16px; color: #999999;}
footer .copyright a{font-size: 16px; color: #999999;}
footer .copyright a:hover{color: #da251c;}

/*二级页面 banner*/
.pbanner {position: relative;overflow: hidden;}
.pbanner figure {display: block;line-height: 1;overflow: hidden;}
.pbanner figure img {display: block;position: relative;line-height: 1;width: 100%;height: auto;}
.pbanner figure img{-webkit-animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94);-moz-animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94);animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94)}
@-webkit-keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}
@keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}

.pageMain{ position: relative;}
.pageNav{width: 100%; height: 70px; background-color: #ffffff; border-bottom: 1px #eeeeee solid;}
.pageNav .crumbs{float: left; font-size: 15px;color: #666666; line-height:70px ; }
.pageNav .crumbs .fangzi{display: inline-block; width: 17px; height: 15px; margin-right: 5px; margin-bottom: -1px;  background: url(../img/home.png) center no-repeat; background-size: auto 15px;}
.pageNav .crumbs a{color: #666666;margin: 0 2px; font-size:15px;}
.pageNav .crumbs span:last-child a{color: #000000}
.pageNav .crumbs a:hover,.pageNav .crumbs span a:hover{color: #da251c;}
.pageNav .menuNav{position: relative; float: right;}
.pageNav .menuNav ul{font-size: 0;}
.pageNav .menuNav .li{position: relative;display: inline-block;width: auto;vertical-align: middle;}
.pageNav .menuNav .li::before{ position: absolute; content: ''; width: 1px; height: 20px; background-color: #dddddd; right: 0; top: 50%; margin-top: -10px;}
.pageNav .menuNav .li a{position: relative;font-size: 16px;line-height: 70px;color: #333; display: block; padding: 0 40px; transition: 0.3s ease 0s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;}
.pageNav .menuNav .li.select,.pageNav .menuNav .li:hover{ color: #da251c;}
.pageNav .menuNav .li:hover a{ color: #da251c;font-weight:bold; }
.pageNav .menuNav .li.select a{ color: #da251c; font-weight:bold;}
.pageNav .menuNav .li:last-child:before{ display: none;}

.catproduct{position:relative;}
.catproduct .catitem{ position: relative; background: url(../img/contSwiperbg.jpg) center no-repeat; padding:50px 0; }
.catproduct .catitem .left{float: left;width: 30%;padding: 100px 0; margin-left: 9%;}
.catproduct .catitem .left .cont-item{ position: relative;}
.catproduct .catitem .left .cont-item .name{ font-size: 38px; color: #5C5959; font-weight: bold;}
.catproduct .catitem .left .cont-item .cont{ margin-top: 55px; font-size: 16px; color: #333333; line-height: 30px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.catproduct .catitem .left .cont-item .more{ position: relative; display: block; margin-top: 70px; width: 150px;  font-size: 15px; color: #333333; line-height: 44px; text-align: center; border: 2px #d8d8d8 solid; border-radius: 25px;overflow: hidden; background: #ffffff; z-index:1;}
.catproduct .catitem .left .cont-item .more span{ position: absolute; z-index: -1;  right: 0; bottom: 0; width: 0; height: 100%; background: #da251c; border-radius: 24px;   -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s; }
.catproduct .catitem .left .cont-item .more:hover{ color: #ffffff; border: 2px #da251c solid;}
.catproduct .catitem .left .cont-item .more:hover span{ width: 100%; height: 100%;}
.catproduct .catitem .right{ float: right; width: 52%; background: url(../img/proimgbg.png) no-repeat bottom; background-size: cover;}
.catproduct .catitem .right  img{ width: 60%;position: absolute;left: 50%;bottom: 20%; margin-left:-30%;}
.catproduct .catitem:nth-child(2n) .left{ float:right; width:30%; margin-left:0; margin-right:9%}
.catproduct .catitem:nth-child(2n) .right{ float:left; width:52%;transform: rotateY(180deg);}
.catproduct .catitem:nth-child(2n) .right img{transform: rotateY(180deg);}

.catsolution{position: relative;padding: 70px 0;background: url(../img/solutionbg.jpg) center no-repeat;background-size: cover;}
.catsolution .infor {position: relative;}
.catsolution .infor .tit_en {font-size: 20px;color: #ffffff;font-weight: bold;position: relative;display: inline-block;text-transform: uppercase;margin-bottom: 10px;}
.catsolution .infor .tit_en:after {content: '';position: absolute;left: 110%;width: 50px;height: 2px;background: #ffffff;top: 50%;margin-top: -1px;}
.catsolution .infor .tit {font-size: 30px;font-weight: 500;color: #ffffff;line-height: 1.1;}
.catsolution .catsolut{position:relative; margin-top:40px;}
.catsolution .catsolut .item{position:relative; margin-bottom:50px; overflow:hidden;}
.catsolution .catsolut .item:last-child{ margin-bottom:0;}
.catsolution .catsolut .left{float:left; width: 46%;background: #ffffff;padding:70px 50px;position: relative;overflow: hidden;}
.catsolution .catsolut .left .tit{ font-size: 26px; color: #da251c; font-weight: bold;}
.catsolution .catsolut .left .cont{ margin-top: 50px; font-size: 16px; color: #333333; line-height: 30px; height: 120px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4;-webkit-box-orient: vertical;}
.catsolution .catsolut .left .more{ float: right; margin-top: 70px; width: 48px; height: 48px;font-size: 15px;color: #ffffff;line-height: 48px;text-align: center; border-radius: 24px; background: #da251c; overflow: hidden; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s;}
.catsolution .catsolut .left .more.icon-jrjt:before{display: none;}
.catsolution .catsolut .left .more.icon-jrjt::after{content: "\e662";}
.catsolution .catsolut .left .more span{display: none; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s;}
.catsolution .catsolut .left .more:hover{ width: 148px; }
.catsolution .catsolut .left .more:hover span{display: inline-block; margin-right: 10px;}
.catsolution .catsolut .right{width: 54%;position:absolute; height:100%; right:0;}
.catsolution .catsolut .right .img{ width: 100%; height: 100%;}
.catsolution .catsolut .right .img img{width: 100%;height: 100%;object-fit: cover;}
.catsolution .catsolut .item:nth-child(2n) .left{ float:right;}
.catsolution .catsolut .item:nth-child(2n) .right{left:0;}


.product_cate{ position: relative; padding: 60px 0; background: #ffffff;}
.product_cate .cate_title{ position: relative; padding-bottom: 20px; font-size: 36px; color: #333333; border-bottom: 1px #dddddd solid;}
.product_cate .product_cate_list{ position: relative;}
.product_cate .product_cate_list .swiper-slide .img{ position: relative;}
.product_cate .product_cate_list .swiper-slide .img::after{position: absolute;left: 0px;top: 0px;background-color: #ffffff;width: 100%;height: 100%;content: " ";opacity: 0.4;}
.product_cate .product_cate_list .swiper-slide.swiper-slide-active .img::after{ opacity: 0;}
.product_cate .product_cate_list .swiper-slide .infor{ opacity: 0; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s;transition: all 0s;}
.product_cate .product_cate_list .swiper-slide.swiper-slide-active .infor{ opacity: 1; -webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s;transition: all 2s;}
.product_cate .product_cate_list .swiper-slide .name{ margin-top: 50px; margin-bottom: 20px; font-size: 24px; color: #000000; font-weight: bold; text-align: center;}
.product_cate .product_cate_list .swiper-slide .cont{ width: 90%; margin:0 auto; font-size: 16px; color: #666666; line-height: 28px; text-align: center;}
.product_cate .product_cate_list .swiper-slide .list{ width:90%; margin: 20px auto;display: grid; grid-gap: 10px;grid-template-columns: repeat(4,1fr);}
.product_cate .product_cate_list .swiper-slide .list a{ font-size: 15px; color: #333333; background: #f6f6f6; line-height: 20px;  border-radius: 15px; padding: 5px; text-align: center;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.product_cate .product_cate_list .swiper-slide .list a:hover{ color: #ffffff; background: #da251c;}
.product_cate .product_cate_list .swiper-slide .more{ position: relative; display: block; margin: 35px auto; width: 150px; height: 40px; font-size: 15px; color: #333333; line-height: 40px; text-align: center; border: 1px #d8d8d8 solid; border-radius: 20px;overflow: hidden; background: #ffffff; z-index:1;}
.product_cate .product_cate_list .swiper-slide .more a{color: #333333;}
.product_cate .product_cate_list .swiper-slide .more span{ position: absolute; z-index: -1;  right: 0; bottom: 0; width: 0; height: 100%; background: #da251c; border-radius: 24px;   -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;transition: all .36s; }
.product_cate .product_cate_list .swiper-slide .more:hover{ color: #ffffff; border: 1px #da251c solid;}
.product_cate .product_cate_list .swiper-slide .more:hover span{ width: 100%; height: 100%;}
.product_cate .product_cate_list .swiper-slide .more:hover a{ color: #ffffff;}
.product_cate .product_cate_list .button-prev {display: block;position: absolute; top: 50%;right: 0; width: 40px;height: 40px; border-radius: 50%; background: url(../img/pro_left.png) center no-repeat; background-size: auto 10px; border: 1px dashed #ababab; cursor: pointer;transform: translateY(-50%);  z-index: 99;}
.product_cate .product_cate_list .button-prev:hover {background:#da251c url(../img/pro_lefth.png) center no-repeat;background-size: auto 10px;}
.product_cate .product_cate_list .button-next {display: block;position: absolute; top: 50%;left: 0; width: 40px;height: 40px; border-radius: 50%; background: url(../img/pro_left.png) center no-repeat; background-size: auto 10px; border: 1px dashed #ababab; cursor: pointer; margin-top:-20px;  transform: rotate(180deg); z-index: 99; }
.product_cate .product_cate_list .button-next:hover {background:#da251c url(../img/pro_lefth.png) center no-repeat;background-size: auto 10px;}
.product_cate .product_cate_list .pagination{ position: relative; text-align: center;}
.product_cate .product_cate_list .pagination .swiper-pagination-bullet{ width: 9px; height: 2px; background: #cccccc; opacity: 1;}
.product_cate .product_cate_list .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 18px; background: #da251c;}
.product_banner {position: relative;overflow: hidden;}
.product_banner figure {display: block;line-height: 1;overflow: hidden;}
.product_banner figure img {display: block;position: relative;line-height: 1;width: 100%;height: auto;}
.product_banner figure img{-webkit-animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94);-moz-animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94);animation:scaleUpDown 7s forwards cubic-bezier(.25,.46,.45,.94)}
@-webkit-keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}
@keyframes scaleUpDown{
    from{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}
    to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}
.product_banner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); text-align: center; }
.product_banner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.product_banner .bannerText .splitlist{ font-size: 34px; color: #5C5959; font-weight: bold;}
.product_banner .bannerText .desc{ width: 80%; margin: 20px auto 50px; font-size: 16px; line-height: 30px; color: #333333;}
.product_banner .bannerText .video_btn{display:inline-block; line-height:52px; font-size:15px; padding:0 40px; border:1px solid #e1e0e1; border-radius:50px; transition:all 0.5s ease; position:relative; background: #ffffff; cursor: pointer;}
.product_banner .bannerText .video_btn span{display:inline-block; color:#000;}
.product_banner .bannerText .video_btn span.icon{ font-size: 16px; color: #333333; transition:all 0.5s ease;}
.product_banner .bannerText .video_btn:hover{background:#da251c; border-color:#da251c;}
.product_banner .bannerText .video_btn:hover span{color:#fff;}
.product_banner .bannerText .video_btn:hover span.icon{ margin-left: 10px;}
.product_banner .bannerText .videoed{display: block !important;}
.product_banner .bannerText .videos{display:none; position:fixed; left:0; top:0;z-index:9999; width:100%; height:100vh; background: rgba(0, 0, 0, .9);}
.product_banner .bannerText .videosList{ position: relative; padding: 40px; background: #fff;width: 70%;left: 50%;top: 50%; transform: translate(-50%,-50%);}
.product_banner .bannerText .vclose{ position:absolute; right:10px; top:10px; border-radius:100%; cursor: pointer;}
.product_content{padding: 60px 0; background: #ffffff;}
.product_content .col_cont{width: 100%; font-size: 16px; line-height: 28px; color: #333333;}
.product_content .product_advantage{position: relative; margin-top: 30px; display: grid; grid-gap: 30px; grid-template-columns: repeat(1,1fr);}
.product_content .product_advantage .item{position: relative;  box-sizing: border-box; overflow: hidden;}
.product_content .product_advantage .item .title{ position: relative; padding-left: 25px;  margin-bottom: 20px; font-size: 20px; color: #000000; font-weight: bold;}
.product_content .product_advantage .item .title::before{position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background:url(../img/pro_logo.png) center no-repeat; background-size: auto 20px;}
.product_content .product_advantage .item .desc{ font-size: 16px; color: #333333; line-height: 28px;}
.product_parameter{padding: 60px 0; background: #f5f5f5;}
.product_parameter .parameter_title{ position: relative; padding-bottom: 35px; font-size: 36px; color: #333333; }
.product_parameter .parameter_yg{ position: relative;display: -webkit-flex;display: flex;flex-direction: row;justify-content: space-between; background: #ffffff; border-radius: 10px; overflow: hidden;}
.product_parameter .parameter_yg .tab-gory{ float: left; width: 240px; background: #929090; padding: 40px 0;}
.product_parameter .parameter_yg .tab-gory .item{ width: 100%;line-height: 50px; margin-bottom: 20px; cursor: pointer;}
.product_parameter .parameter_yg .tab-gory .item:last-child{ margin-bottom: 0;}
.product_parameter .parameter_yg .tab-gory .item .infor{margin-left: 30px; padding-left: 20px; border-top-left-radius: 25px; border-bottom-left-radius: 25px; color: #ffffff; font-size: 16px; font-weight: bold;}
.product_parameter .parameter_yg .tab-gory .item.active .infor{background: #ffffff; color: #da251c; }
.product_parameter .parameter_yg .tab-cont{ float: right; width: calc(100% - 240px);display: block; position: relative; padding: 30px 40px;}
.product_parameter .parameter_yg .tab-cont .tab-pane{display: none;}
.product_parameter .parameter_yg .tab-cont .tab-pane.active{display: block;}
.product_parameter .parameter_yg .tab-cont .tabtitle{position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; border-bottom: solid 5px #eeeeee;}
.product_parameter .parameter_yg .tab-cont .tabtitle .product_name{ position: relative; font-size: 20px; color: #333333; font-weight: bold;}
.product_parameter .parameter_yg .tab-cont .tabtitle .product_name::after{position: absolute; content: ''; width: 100%; height: 5px; left: 0; bottom: -17px; background: #929090;}
.product_parameter .parameter_yg .tab-cont .tabtitle .tablist{position: relative;}
.product_parameter .parameter_yg .tab-cont .tabtitle .tablist .tabs-list{display: inline-flex; float: right; margin-bottom: 10px; padding: 0;}
.product_parameter .parameter_yg .tab-cont .tabtitle .tablist .item{ margin-right: 15px; line-height: 1; padding: 10px; font-size: 15px;  background: #ffffff; border-radius: 20px; border: 1px solid #cccccc; cursor: pointer;}
.product_parameter .parameter_yg .tab-cont .tabtitle .tablist .item:last-child{ margin-right: 0;}
.product_parameter .parameter_yg .tab-cont .tabtitle .tablist .item.active{color: #da251c; border: 1px solid #da251c;}
.product_parameter .parameter_yg .tab-cont .pane-centent{ position: relative; margin-top: 30px;}
.product_parameter .parameter_yg .tab-cont .pane-centent .img{float: right; width: 35%; margin-left: 3%;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body{position: relative;float: left; width: calc(100% - 38%); }
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group{border-top: 1px solid #dee2e6; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-between;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group:last-child{border-bottom: 1px solid #dee2e6;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group label{ width: 30%; padding: 10px; border-left: 1px #dee2e6 solid; border-right: 1px #dee2e6 solid; font-size: 15px; font-weight: bold; color: #333333; display: flex; align-items: center; justify-content: center; background: #f5f5f5;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .price{ width: 70%; padding: 10px; font-size: 15px; border-right: 1px #dee2e6 solid;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .table-scrollable{width: 70%;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .table-scrollable>.table{ width: 100% !important;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .table-scrollable>.table th{width: 33.333333%; padding: 10px; font-size: 15px;border-right: 1px #dee2e6 solid;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .table-scrollable>.table .sortable tr{text-align: center;}
.product_parameter .parameter_yg .tab-cont .pane-centent .item .table_body .table_group .table-scrollable>.table .sortable tr td{width: 33.333333%; padding: 10px; font-size: 15px;border-top: 1px #dee2e6 solid; border-right: 1px #dee2e6 solid;}
.product_parameter .parameter_yg .table_cont .img{ width: 35%;}
.product_parameter .parameter_yg .tab-cont .relief{ margin-top:20px; font-size:16px; color:#333333; line-height:26px;}
.product_parameter .parameter_yg .tab-cont .relief span{color:#da251c;}
.product_character{ position: relative; padding: 100px 0; background: url(../img/characterbg.jpg) center no-repeat;}
.product_character .infor{ text-align: center;}
.product_character .infor .tit{ margin-bottom: 10px; font-size: 36px; color: #ffffff;}
.product_character .infor .cont{ font-size: 18px; color: #ffffff;}
.product_character .content{position:relative; width: 100%; margin-top: 150px; display: grid;grid-gap: 30px; grid-template-columns: repeat(5,1fr);}
.product_character .chongya{grid-template-columns: repeat(3,1fr);}
.product_character .hanjie{grid-template-columns: repeat(4,1fr);}
.product_character .banyun{grid-template-columns: repeat(4,1fr);}
.product_character .damo{grid-template-columns: repeat(4,1fr);}
.product_character .content .item{ position:relative; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s; cursor: pointer;}
.product_character .content .item .ico{ margin: 0 auto; border-radius: 50%; width: 80px; height: 80px;text-align: center; line-height: 76px; border: 2px #ffffff solid;  -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s; }
.product_character .content .item .ico img{ height: 30px;}
.product_character .content .item .tit{text-align: center; font-size:20px; font-weight: bold; color:#ffffff; margin:20px 0;}
.product_character .content .item .con{text-align: center; color:#ffffff; font-size: 15px; line-height: 24px; }
.product_character .content .item:hover{ transform: translateY(-20px);}
.product_character .content .item:hover .ico{transform: rotate(360deg);}
.application{padding: 60px 0; background: #f1f1f1;}
.application .application_title{ position: relative; font-size: 36px; color: #333333;}
.application .application_video{ position: relative; margin-top: 35px;  display: grid;grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.application .application_video .item{ position: relative; cursor: pointer; background:#ffffff}
.application .application_video .item::after{position: absolute;content: ''; width: 0; height: 2px; left: 0; bottom: 0; background: #da251c;  -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s;}
.application .application_video .item .infor{ padding: 20px 4%; background: #ffffff;}
.application .application_video .item .tit{margin-bottom: 10px; font-size: 17px; color: #000000; font-weight: bold;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical;}
.application .application_video .item .inform{ font-size: 13px; color: #999999;}
.application .application_video .item .img{ position: relative;}
.application .application_video .item .mask{position: absolute; background-color: #000000; text-align: center; top:0; opacity: 0;width: 100%; height: 100%;display: table; transition: all 0.5s; -webkit-transition: all 0.5s;}
.application .application_video .item .solve_videoed{opacity: 1;font-size: 50px; color: #ffffff; text-align: center;display: table-cell;height: 100%;vertical-align: middle;}
.application .application_video .item:hover .mask{opacity: 0.65;}
.application .application_video .item:hover .tit{ color: #da251c;}
.application .application_video .item:hover::after{ width: 100%;}
.product_down{padding: 60px 0; background: #ffffff;}
.product_down .parameter_title{ position: relative; font-size: 36px; color: #333333; }
.product_down .download{ position: relative;margin-top: 35px; display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.product_down .download .item{position:relative; background: #f5f5f5;}
.product_down .download .item a{position: relative;padding: 20px;box-sizing: border-box;display: flex; justify-content: space-between;  align-items: center;}
.product_down .download .item a .res_tit{ margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #000000; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.product_down .download .item a .res_desc{ font-size: 14px; color: #999999;}
.product_down .download .item a .res_icon{ width: 45px; text-align: center; padding: 12px 5px; font-size: 15px; margin-left: 15px; color: #ffffff; font-weight: bold;font-family: 'din'; background: #333333;text-transform:uppercase;}
.product_down .download .item::after{ position: absolute;content: ''; width: 0; height: 2px; left: 0; bottom: 0; background: #da251c;  -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s;}
.product_down .download .item:hover::after{ width: 100%;}
.product_down .download .item:hover a .res_icon{ background: #da251c;}
.product_down .download .item:hover a .res_tit{ color: #da251c;}
.product_from{padding: 60px 0; background: #f5f8fd;}
.product_from .container{display: grid;grid-gap: 30px; grid-template-columns: repeat(2,1fr);}
.product_from .from_left{float: left; width: 100%; padding: 30px; background:#ffffff; box-sizing: border-box;}
.product_from .from_left .title{ font-size: 32px; color: #333333;}
.product_from .from_left .titc{ margin-top: 10px; font-size: 15px; color: #999999;}
.product_from .from_left .from{ margin-top: 20px;}
.product_from .from_left .from .form-group{display: flex; padding-top: 8px; padding-bottom: 8px; justify-content: left;}
.product_from .from_left .from .form-group .line-li{width: 50%; padding: 0; box-sizing: border-box;}
.product_from .from_left .from .form-group .label{width: 50px;padding-right: 5px; font-size: 14px; color: #999999; text-align: right;float: left; line-height: 40px; height: 40px; box-sizing: border-box;}
.product_from .from_left .from .form-group .form-control{border: 0; background: #f8f8f8; width: calc(100% - 50px);
box-sizing: border-box; height: 40px; line-height: 40px; padding: 4px 10px; float: left; }
.product_from .from_left .from .form-group button{  background: #da251c; border-radius: 4px; color: #ffffff;padding: 10px 30px;
font-size: 14px; display: inline-block; margin-top: 12px;margin-left: 50px;border: 0; cursor: pointer;}
.product_from .online{float: right;  width: 100%; padding: 30px; background:#ffffff; box-sizing: border-box;}
.product_from .online .title{ font-size: 32px; color: #333333;}
.product_from .online .titc{ margin-top: 10px; font-size: 15px; color: #999999;}
.product_from .online .onlinebox{margin-top: 30px;}
.product_from .online .onlinebox dt{ margin-bottom: 15px; font-size: 20px;font-weight: bold; color: #333333;}
.product_from .online .onlinebox p { font-size: 16px; color: #666666;line-height: 35px;}
.product_from .online .onlinebox p span::before { margin-right: 5px;font-size: 18px;}
.solve_video{display:none; position:fixed; left:0; top:0;z-index:9999; width:100%; height:100vh; background: rgba(0, 0, 0, .9);}
.solve_video .solveList{ position: relative; padding: 40px; background: #fff;width: 60%;left: 50%;top: 50%; transform: translate(-50%,-50%);}
.solve_video .solveclose{ position:absolute; right:10px; top:10px; border-radius:100%; cursor: pointer;}


.page_solution{ position: relative; padding: 60px 0; background: #ffffff;}
.page_solution .text-center{ text-align: center;}
.page_solution .text-center .name{ font-size: 36px; color: #333333;}
.page_solution .text-center .im_title{ font-weight: bold; color: #da251c;}
.page_solution .solutcont{ position: relative; margin-top: 35px;}
.page_solution .solutcont .img{position: relative;}
.page_solution .solutcont .cont{font-size: 16px; line-height: 1.5; color: #333333; padding: 30px 0; border-bottom: 1px #cccc solid;}
.page_solution .solutcont .solutsuper{ margin-top: 30px;}
.page_solution .solutcont .solutsuper .tit{position: relative;}
.page_solution .solutcont .solutsuper .tit span{padding: 5px 10px; font-size: 20px; color: #ffffff; font-weight: bold; background: #929090;}
.page_solution .solutcont .solutsuper .super{ position: relative;}
.page_solution .solutcont .solutsuper .super .item{ margin-top: 50px;}
.page_solution .solutcont .solutsuper .super .item .d{position: relative; padding-left: 30px; font-size: 18px; color: #000000; font-weight: bold;}
.page_solution .solutcont .solutsuper .super .item .d::before{position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; background:url(../img/pro_logo.png) center no-repeat; background-size: auto 20px;}
.page_solution .solutcont .solutsuper .super .item .c{ margin-top: 15px; font-size: 16px; color: #333333; line-height: 1.4;}

.page_solution1{ position: relative; padding: 60px 0; background: #f5f8fd;}
.page_solution1 .text-center{ text-align: center;}
.page_solution1 .text-center .name{ font-size: 36px; color: #333333;}
.page_solution1 .text-center .im_title{ font-weight: bold; color: #da251c;}
.page_solution1 .application_video{ position: relative; margin-top: 35px;  display: grid;grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.page_solution1 .application_video .item{ position: relative; cursor: pointer; background:#ffffff}
.page_solution1 .application_video .item::after{position: absolute;content: ''; width: 0; height: 2px; left: 0; bottom: 0; background: #da251c;  -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s;}
.page_solution1 .application_video .item .infor{ padding: 20px 4%; background: #ffffff;}
.page_solution1 .application_video .item .tit{margin-bottom: 10px; font-size: 17px; color: #000000; font-weight: bold;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.page_solution1 .application_video .item .inform{ font-size: 13px; color: #999999;}
.page_solution1 .application_video .item .img{ position: relative;}
.page_solution1 .application_video .item .mask{position: absolute; background-color: #000000; text-align: center; top:0; opacity: 0;width: 100%; height: 100%;display: table; transition: all 0.5s; -webkit-transition: all 0.5s;}
.page_solution1 .application_video .item .solve_videoed{opacity: 1;font-size: 50px; color: #ffffff; text-align: center;display: table-cell;height: 100%;vertical-align: middle;}

.page_solution1 .application_video .item:hover .mask{opacity: 0.65;}
.page_solution1 .application_video .item:hover .tit{ color: #da251c;}
.page_solution1 .application_video .item:hover::after{ width: 100%;}

.page_network{ position: relative; padding: 60px 0; background: #f5f8fd;}
.page_network .network{ position: relative;overflow: hidden;}
.page_network .network .item{position:relative; float:left; box-sizing:border-box; width:18%; height: 420px; margin-right:1%; background:#ffffff; box-sizing: border-box; transition:all .4s ease-out; cursor: pointer;}
.page_network .network .item:last-child{margin-right:0;}
.page_network .network .item .tit{font-size:18px; color:#000000; font-weight: bold; line-height:30px; text-align:center; margin-top:25px;}
.page_network .network .item .dot{text-align:center; position:relative; z-index:10;}
.page_network .network .item .dot::before{content: ""; position: absolute;top: 22px;left: 5%;right: 5%;border-bottom: 1px dashed #d7d7d7;z-index: -1;}
.page_network .network .item .dot::after{content:""; display:inline-block; width:15px; height:15px; margin-top:15px; background:#da251c; border-radius:50%;}
.page_network .network .item .name{margin-top: 10px; padding:0 5%; font-size: 15px; line-height: 24px; color:#666666;}
.page_network .network .item .phone{margin-top: 3px; padding:0 5%; font-size: 15px; line-height: 24px; color:#666666;}
.page_network .network .item .add{ margin-top:3px; padding:0 5%; font-size: 15px; line-height: 24px; color:#666666;}
.page_network .network .item .item_cover{opacity: 1; visibility: visible;}
.page_network .network .item .item_cover .map{ position: absolute;top: 74%; left: 50%; text-align: center; transform: translate(-50%, -50%); width: 90%; height:160px}
.page_network .network .item .item_cover .map img{object-fit:cover; width:100%; height:100%;}
.page_network .network .item.select{ width: 24%;}
.page_network .network .item.select .item_cover{ opacity: 0;}
.page_network .network .item .item_full{position:absolute; padding: 0 10%; width: 100%; top: 55%; opacity: 0;visibility: hidden; }
.page_network .network .item.select .item_full{ opacity: 1; visibility: visible;}
.page_network .network .item.select .item_full .cont{display: flex; align-items: center;}
.page_network .network .item.select .item_full .left{ float: left; width:100%; margin:0 auto; height:160px;}
.page_network .network .item.select .item_full .left img{object-fit:cover; width:100%; height:100%;}
.page_network .network .item.select .tit,.page_network .network .item.select .dot{padding-left: 10%; text-align: left;}
.page_network .network .item.select .add,.page_network .network .item.select .name,.page_network .network .item.select .phone{padding: 0 10%;}
.page_system{position: relative; padding: 60px 0; background: #ffffff;}
.page_system .text-center {text-align: center;}
.page_system .text-center .name {font-size: 36px;color: #333333;}
.page_system .text-center .im_title { margin-top:10px; font-size:15px; color: #666666;}
.page_system .system_centent{margin-top:40px; display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.page_system .system_centent .item{ position: relative; overflow: hidden; padding:20px; background: #f5f8fd; cursor:pointer; }
.page_system .system_centent .item .infor{ position:relative; width: 100%; height: 100%; padding:40px; box-sizing:border-box;  -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.page_system .system_centent .item .infor .icon{margin: 0 auto;text-align: center;font-size: 56px;color: #666666;}
.page_system .system_centent .item .infor .im_title{width: 40px;height: 2px;display: block;margin: 20px 0;margin-right: auto;margin-left: auto;background-color: #da251c;}
.page_system .system_centent .item .infor p{ text-align: center; font-size: 17px; color: #333333; font-weight: bold;}
.page_system .system_centent .item .filler2 { position: absolute; display: block; -webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s;}
.page_system .system_centent .item .filler2 { background: rgba(255,255,255,.6); z-index: 5;}
.page_system .system_centent .item .filler2-left { width: 2px; height: 0%; left: 0; top: 0%;}
.page_system .system_centent .item .filler2-right { width: 2px; height: 0%; right: 0; bottom: 0%;}
.page_system .system_centent .item .filler2-top { width: 0%; height: 2px; right: 0%; top: 0;}
.page_system .system_centent .item .filler2-bottom { width: 0%; height: 2px; left: 0%; bottom: 0; }
.page_system .system_centent .item:hover{ background:#da251c;}
.page_system .system_centent .item:hover .icon,.page_system .system_centent .item:hover p{color:#ffffff;}
.page_system .system_centent .item:hover .infor .im_title{ background-color:#ffffff}
.page_system .system_centent .item:hover .filler2-left { height: 100%;}
.page_system .system_centent .item:hover .filler2-right { height: 100%;}
.page_system .system_centent .item:hover .filler2-top { width: 100%;}
.page_system .system_centent .item:hover .filler2-bottom { width: 100%;}
.page_flow {position: relative; padding: 60px 0; background-image: linear-gradient(to bottom, #333333 60%, #ffffff 0);}
.page_flow .text-center {text-align: center;}
.page_flow .text-center .name {font-size: 36px;color: #ffffff;}
.page_flow .text-center .im_title { margin-top:10px; font-size:15px; color: #cccccc;}
.page_flow .flow_centent{margin-top:40px; display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.page_flow .flow_centent .item {padding: 50px 30px; box-shadow: 0 0 20px rgb(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 20px rgb(0, 0, 0, 0.1); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); background:#ffffff; cursor:pointer;-webkit-transition: 1s ease 0s; -moz-transition: 1s 0s; -o-transition: 1s 0s; transition: 1s 0s;}
.page_flow .flow_centent .item:hover{ background: #da251c;}
.page_flow .flow_centent .item .icon{ margin: 0 auto; text-align: center; font-size: 56px; color: #666666;-webkit-transition: 0.5s ease 0s; -moz-transition: 0.5s 0s; -o-transition: 0.5s 0s; transition: 0.5s 0s;}
.page_flow .flow_centent .item:hover .icon{transform: translateY(-10px);}
.page_flow .flow_centent .item .tit{ margin-top: 10px; text-align: center; font-size: 24px; color: #333333; font-weight: 600;}
.page_flow .flow_centent .item .im_title{width: 40px;height: 3px;display: block;margin: 20px 0;margin-right: auto;margin-left: auto;
background-color: #da251c;}
.page_flow .flow_centent .item .blem_a{ font-size: 15px; color: #333333; line-height: 28px; text-align: center;}
.page_flow .flow_centent .item:hover .icon,.page_flow .flow_centent .item:hover .tit,.page_flow .flow_centent .item:hover .blem_a{color: #ffffff;}
.page_flow .flow_centent .item:hover .im_title{ background: rgba(255,255,255,.7);}

.page_problem{position: relative; padding: 60px 0; background: #ffffff;}
.page_problem .container{display: grid;grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.page_problem .item {padding: 50px 30px; box-shadow: 0 0 20px rgb(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 20px rgb(0, 0, 0, 0.1); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); background:#ffffff;}
.page_problem .item:hover{ background: #da251c;}
.page_problem .item .icon{ margin: 0 auto; text-align: center; font-size: 56px; color: #666666;}
.page_problem .item .tit{ margin-top: 10px; text-align: center; font-size: 24px; color: #333333; font-weight: 600;}
.page_problem .item .im_title{width: 40px;height: 3px;display: block;margin: 20px 0;margin-right: auto;margin-left: auto;
background-color: #da251c;}
.page_problem .item .blem_a{ font-size: 15px; color: #333333; line-height: 28px;}
.page_problem .item:hover .icon,.page_problem .item:hover .tit,.page_problem .item:hover .blem_a{color: #ffffff;}
.page_problem .item:hover .im_title{ background: rgba(255,255,255,.7);}
.problem_so{position: relative; padding: 60px 0; background: #f5f8fd;}
.problem_so .container{display: grid;grid-gap: 30px; grid-template-columns: repeat(2,1fr);}
.problem_so .item{ background: #ffffff; padding: 50px 30px; }
.problem_so .title{ font-size: 24px; color: #333333; font-weight: bold;}
.problem_so .blem_so{ width: 80%; position: relative; margin-top: 20px;}
.problem_so .blem_so .search{ border: 2px #da251c solid;}
.problem_so .blem_so .search-txt{width: calc(100% - 80px); float: left; border: none; font-size: 15px; line-height: 41px;
text-align: left; box-sizing: border-box; background: none; padding: 0 10px;}
.problem_so .blem_so .search-btn{border: none;width: 80px;background: #da251c;text-align: center;line-height: 41px;margin: 0;font-size: 15px;color: #ffffff; cursor: pointer;outline: none;transition: all 0.5s ease;}
.problem_so .blem_so .search-btn .icon{ margin-right: 5px;}
.problem_so .cont{position: relative; margin-top: 20px;}
.problem_so .cont span{margin-left: 5px; font-size: 22px;color: #da251c; font-weight: bold;}
.problem_show{position: relative; padding: 60px 0; background: #ffffff;}
.problem_show .blem_so{ width: 60%; position: relative; margin: 0 auto;}
.problem_show .blem_so .search{ border: 2px #da251c solid;}
.problem_show .blem_so .search-txt{width: calc(100% - 80px); float: left; border: none; font-size: 15px; line-height: 41px;
text-align: left; box-sizing: border-box; background: none; padding: 0 10px;}
.problem_show .blem_so .search-txt .icon{vertical-align: middle;}
.problem_show .blem_so .search-txt .search-key{width: calc(100% - 30px);}
.problem_show .blem_so .search-btn{border: none;width: 80px;background: #da251c;text-align: center;line-height: 44px;margin: 0;font-size: 15px;color: #ffffff; cursor: pointer;outline: none;transition: all 0.5s ease;}
.problem_show .blem_so .search-btn .icon{ margin-right: 5px;}
.problem_show .search_show{ position: relative; margin-top: 40px;border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;}
.problem_show .search_show .list_dl{-webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s;}
.problem_show .search_show .list_dl:nth-child(2n) .list_dt{background: #fafafa;}
.problem_show .search_show .list_dl .list_dt{position:relative; overflow:hidden; padding: 25px; font-size:17px; line-height:1; color:#000000; transition:.5s ease; border-bottom:1px solid #eeeeee; background: #f1f1f1; cursor: pointer;}
.problem_show .search_show .list_dl#open .list_dt{background:rgb(218, 37, 28, .05);}
.problem_show .search_show .list_dl .list_dd{display: none;padding: 30px;font-size: 15px;line-height: 2;color: #333333;background: #ffffff; border-bottom: 1px solid #eeeeee;-webkit-transition: 0.3s ease 0s; -moz-transition: 0.3s 0s; -o-transition: 0.3s 0s; transition: 0.3s 0s;}
.problem_show .search_show .list_dl#open .list_dd{display:block;}
.problem_show .search_show .search-null{ text-align: center;}
.page_download{position: relative; padding: 60px 0; background: #ffffff;}
.page_download .downcont{ width: 100%; font-size: 16px; line-height: 28px; color: #333333;}
.page_download .downcont span{color: #da251c;}
.page_download .tablep{ margin-top: 20px; position: relative; z-index: 100; width: 100%;height: auto; padding:30px 20px; border-radius: 20px; background: #ffffff;  box-shadow: 0 0 25px 0 rgba(0,0,0,.1); }
.page_download .tablep .catitem{ width:100%; position: relative;display: flex; justify-content: space-between;}
.page_download .tablep .catitem .cat{ width: 55px;}
.page_download .tablep .catitem .cat a{font-size: 17px; color: #333333; font-weight: bold; line-height: 30px; }
.page_download .tablep .catitem .cat.active a,.page_download .tablep .catitem .cat:hover a{color: #da251c;}
.page_download .tablep .catitem .classname{ width: 100%; display: flex; flex-wrap: wrap;}
.page_download .tablep .catitem .classname .item{ position: relative; margin-bottom: 10px;}
.page_download .tablep .catitem .classname .item .name{position: relative; padding:0 15px;  cursor: pointer; display: flex; justify-content: center; align-items: center;}
.page_download .tablep .catitem .classname .item .name a{font-size: 17px; color: #333333; line-height: 30px; font-weight: bold;  display: block;}
.page_download .tablep .catitem .classname .item.active .name a{ color: #da251c;}
.page_download .tablep .catitem .classname .item .scale {width:100%;position:absolute; top:80%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:10px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.page_download .tablep .catitem .classname .item .scale:after{content:'';position:absolute;bottom:100%;left:50%;border-style:solid;margin-left:-7px;border-width:7px;border-color:transparent transparent rgba(255,255,255,.96);}
.page_download .tablep .catitem .classname .item .scale.active{pointer-events:all;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1; background: #ffffff; z-index: 99;}
.page_download .tablep .catitem .classname .item .scale a{font-size: 15px;color: #333333;display: inline-block;width: 100%;line-height: 35px;text-align: center;}
.page_download .tablep .catitem .classname .item .scale a:hover{color: #da251c;}
.page_download .tablep .lineitem{width: 100%; height: 2px; background-color: #e8e8e8; }
.page_download .tablep .classitem{ position: relative; width: 100%; display: flex; flex-wrap: wrap; margin-top: 15px;}
.page_download .tablep .classitem .listitem{position: relative; padding: 0 20px; line-height: 30px;}
.page_download .tablep .classitem .listitem::after{ position: absolute; content: ''; width: 1px; height: 20px; background: #cccccc; top: 50%; right: 0; transform: translateY(-50%);}
.page_download .tablep .classitem .listitem a{ font-size: 16px; color: #333333; font-weight:bold;}
.page_download .tablep .classitem .listitem.active a,.page_download .tablep .classitem .listitem:hover a{ color: #da251c;}

.page_download .down_so{ width: 30%; position: relative;margin: 0 0 20px 0; float:right;}
.page_download .down_so .search{ border: 2px #da251c solid;}
.page_download .down_so .search-txt{width: calc(100% - 80px); float: left; border: none; font-size: 15px; line-height: 38px;text-align: left; box-sizing: border-box; background: none; padding: 0 10px;}
.page_download .down_so .search-txt .icon{vertical-align: middle;}
.page_download .down_so .search-txt .search-key{width: calc(100% - 30px);}
.page_download .down_so .search-btn{border: none;width: 80px;background: #da251c;text-align: center;line-height: 40px;margin: 0;font-size: 15px;color: #ffffff; cursor: pointer;outline: none;transition: all 0.5s ease;}
.page_download .down_so .search-btn .icon{ margin-right: 5px;}
.page_download .downbox{ position: relative; margin-top: 30px; border-left: 1px #eeeeee solid; border-right: 1px #eeeeee solid;}
.page_download .downbox .item{position: relative;padding: 25px;box-sizing: border-box; width: 100%; background: #f8f8f8; border-top: 1px #eeeeee solid; display: flex; justify-content: space-between;}
.page_download .downbox .item:nth-child(2n){ background: #ffffff;}
.page_download .downbox .item:last-child{border-bottom: 1px #eeeeee solid;}
.page_download .downbox .item .left{width: calc(100% - 80px); float: left; display: flex; align-items: center;}
.page_download .downbox .item .res_tit{ margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #000000; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.page_download .downbox .item .res_desc span{position: relative; font-size: 14px; color: #6a6a6a;padding: 0 15px;}
.page_download .downbox .item .res_desc span:first-child{ padding-left: 0;}
.page_download .downbox .item .res_desc span::after{ position: absolute; content: ''; width: 1px; height: 14px;right: 0; top:50%;transform: translateY(-50%); background: #cccccc;}
.page_download .downbox .item .res_desc span:last-child:after{ display: none;}
.page_download .downbox .item .res_icon{ float: left; width: 50px; text-align: center; padding: 12px 10px; font-size: 15px;color: #ffffff; font-weight: bold; background: #333333;font-family: 'din'; text-transform:uppercase;}
.page_download .downbox .item .res_name{ width: calc(100% - 70px); float: left; margin-left: 20px;}
.page_download .downbox .item::after{ position: absolute;content: ''; width: 0; height: 2px; left: 0; bottom: 0; background: #da251c;  -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;transition: all .5s;}
.page_download .downbox .item:hover::after{ width: 100%;}
.page_download .downbox .item:hover .res_icon{ background: #da251c;}
.page_download .downbox .item:hover .res_tit{ color: #da251c;}
.page_download .downbox .item .right{ width: 80px; float: right;display: flex; align-items: center; justify-content: flex-end;}
.page_download .downbox .item .right span:first-child{ font-size: 18px;}
.page_download .downbox .item .right span{font-size: 15px;color: #da251c;}

.page_about{ position: relative; padding: 60px 0 0;  background: #f5f8fd;}
.page_about .aboutProfile{position: relative; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: stretch; align-items: stretch;}
.page_about .aboutProfile .about_img{ width: 58%;}
.page_about .aboutProfile .about_img .img{position: relative;  height:100%}
.page_about .aboutProfile .about_img .img img{position: relative; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover;}
.page_about .aboutProfile .about_img .mask{position: absolute;  text-align: center; top:0;width: 100%; height: 100%;display: table; transition: all 0.5s; -webkit-transition: all 0.5s;}
.page_about .aboutProfile .about_img .about_videoed{opacity: 1;font-size: 65px; color: #ffffff; text-align: center;display: table-cell !important;height: 100%;vertical-align: middle;cursor:pointer;}
.page_about .aboutProfile .about_img .about_video{display:none; position:fixed; left:0; top:0;z-index:9999; width:100%; height:100vh; background: rgba(0, 0, 0, .9);  }
.page_about .aboutProfile .about_img .aboutImg_List{ position: relative; padding: 40px; background: #fff;width: 60%;left: 50%;top: 50%; transform: translate(-50%,-50%);}
.page_about .aboutProfile .about_img .aboutclose{ position:absolute; right:10px; top:10px; border-radius:100%; cursor: pointer;}
.page_about .aboutProfile .about_txt{position: relative; width: 60%; margin-left: -12%;}
.page_about .aboutProfile .about_txt .infor{ background: #ffffff; padding: 70px 50px; margin: 15% 0 0; position: relative; color: #343434; }
.page_about .aboutProfile .about_txt .infor:before { content: ''; width: 215px; height: 202px; background: url(../img/dot_bg.png) center center no-repeat; background-size: 100%;position: absolute; top: 17px; left: 14px; -webkit-transform: scale(0.7); transform: scale(0.7);
    -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
.page_about .aboutProfile .about_txt .infor .about_scroll { padding-right: 20px; height: 350px; overflow: hidden;overflow-y: scroll; color: #333333; line-height: 2; font-size: 16px;}
.page_about .aboutProfile .about_txt .infor .about_scroll h2{ margin-bottom: 30px; font-size: 34px; color: #000000;}
.about_scroll::-webkit-scrollbar{
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
.about_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.about_scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.page_number{ position: relative; background: #ffffff; padding: 60px 0;}
.page_number .number .item {position: relative;float: left;width: 33.333333%;box-sizing: border-box;}
.page_number .number .item .T{display: -webkit-flex;display: flex; align-items: center;}
.page_number .number .item .T .timer{font-size: 44px;  color: #da251c; font-family: 'din'; line-height: 1.2; margin-right: 10px;}
.page_number .number .item .T .num{font-size: 20px; color: #333333; display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;}
.page_number .number .item .T .num em{font-size: 18px; color: #333333; font-style: normal;}
.page_number .number .item .c {margin-top: 5px; padding-left: 30px; font-size: 16px;color: #333333; }
.page_number .number .item .ico1{ background: url(../img/numico1.png) left center no-repeat; background-size: auto 18px;}
.page_number .number .item .ico2{ background: url(../img/numico2.png) left center no-repeat; background-size: auto 18px;}
.page_number .number .item .ico3{ background: url(../img/numico3.png) left center no-repeat; background-size: auto 18px;}
.about_advant{ position: relative;background: #f9f9f9; padding: 60px 0;}
.about_advant .title{ font-size: 36px; color: #333333;}
.about_advant .advantbox{ margin-top: 40px; width: 100%; position: relative; display: flex; justify-content: space-between;}
.about_advant .advantbox .advant{ width:50%; display: flex; flex-wrap: wrap; background:#ffffff;}
.about_advant .advantbox .advant .item{position:relative; width: 50%; height: 50%; padding:50px; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; text-align:center;display: flex; align-items: center; justify-content: center;flex-direction: column; box-sizing: border-box;}
.about_advant .advantbox .advant .item div{ position: relative; z-index: 5; }
.about_advant .advantbox .advant .item .ft{ font-size:32px; font-family:'din'}
.about_advant .advantbox .advant .item .tit{margin:20px 0; font-size:20px; font-weight:bold;}
.about_advant .advantbox .advant .item .cont{ font-size:15px; line-height:26px;}
.about_advant .advantbox .advant .item::after{ width: 110%; height: 110%; position: absolute; top: -5%; left: -5%; z-index: 1; background-color: #da251c; display: block; content: ''; transition:all .42s ; opacity: 0; transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); -webkit-transition:all .42s ; -moz-transition:all .42s ; -ms-transition:all .42s ; -o-transition:all .42s ;
 box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.about_advant .advantbox .advant .item:hover::after{ opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.about_advant .advantbox .advant .item:hover div{ color: #fff;}
.about_advant .advantbox .img{ width:50%; position: relative; overflow: hidden;}
.about_advant .advantbox .img img{width: 100%; height: 100%; object-fit: cover;}
.about_history{ position: relative;padding: 100px 0; background:url(../img/about_history.jpg) center  no-repeat}
.about_history .title{ font-size: 36px; color: #333333;}
.about_history .history{ margin-top: 50px; width: 100%;}
.about_history .history .item{position: relative; float: left; width:18.4% !important; margin-right: 2%; text-align:center;}
.about_history .history .item:nth-child(2n){ margin-top:60px;}
.about_history .history .item:last-child{ margin-right:0;}
.about_history .history .item .name{ font-size:20px; color:#333333; font-weight:bold}
.about_history .history .item .content{ margin-top:10px; font-size:15px; line-height:26px; color:#333333;}
.about_history .history .item .time{ position:relative; width:90px; margin:50px auto 30px; font-size:18px; font-weight:bold; font-family:'din'; color:#ffffff; padding:5px 10px; border-radius:20px; background:#da251c;}
.about_history .history .item .time:before{ position:absolute;content:''; width:15px; height:15px; border-radius:50%; top:-30px; left:50%; transform:translateX(-50%); background:#da251c;}
.about_history .history .item .time:after{position:absolute;content:''; width:1px; height:80px;  top:-20px; left:50%; transform:translateX(-50%);background: -webkit-linear-gradient(top, #da251c 65%, rgba(218, 37, 28, 0)); background: -o-linear-gradient(bottom, #da251c 65%, rgba(218, 37, 28, 0)); background: -moz-linear-gradient(bottom, #da251c 65%, rgba(218, 37, 28, 0)); background: linear-gradient(to bottom, #da251c 65%, rgba(218, 37, 28, 0));}
.about_history .history .item:nth-child(2n) .time{ background:#333333}
.about_history .history .item:nth-child(2n) .time:before{ position:absolute;content:''; width:15px; height:15px; border-radius:50%; top:-30px; left:50%; transform:translateX(-50%); background:#333333;}
.about_history .history .item:nth-child(2n) .time:after{position:absolute;content:''; width:1px; height:80px;  top:-20px; left:50%; transform:translateX(-50%);background: -webkit-linear-gradient(top, #333333 65%, rgba(0, 0, 0, 0)); background: -o-linear-gradient(bottom, #333333 65%, rgba(0, 0, 0, 0));  background: -moz-linear-gradient(bottom, #333333 65%, rgba(0, 0, 0, 0));  background: linear-gradient(to bottom, #333333 65%, rgba(0, 0, 0, 0)); }
.about_plan{ position: relative;padding: 60px 0; background:#ffffff;}
.about_plan .title{ font-size: 36px; color: #333333;}
.about_plan .plan{ margin-top: 50px; width: 100%;}
.about_plan .plan .item{position: relative; float: left; padding:11px 0 30px 15px;  width:31.333333%; margin-right:3%; display: flex; justify-content: center; flex-direction: column; box-sizing:border-box;}
.about_plan .plan .item:last-child{ margin-right:0;}
.about_plan .plan .item .time{ position:relative; width:60px; height:60px; border-radius:5px; background:#da251c;display: flex; justify-content: center; align-items: center; transform: rotate(45deg);}
.about_plan .plan .item .time .center{font-size:20px; font-family:'din'; color:#ffffff; width: 55px; display: inline-block; transform: rotate(-45deg); text-align: center;}
.about_plan .plan .item .name{ padding-left:45px; margin-top:30px; font-size:17px; color:#da251c; font-weight:bold}
.about_plan .plan .item .content{ margin-top:10px; padding-left:45px; font-size:15px; color:#333333; line-height:26px;}
.about_plan .plan .item:before{position:absolute;content:''; width:5px; height:85%;  top:2%; left:42.5px;background: -webkit-linear-gradient(top, #da251c 65%, rgba(218, 37, 28, 0)); background: -o-linear-gradient(bottom, #da251c 65%, rgba(218, 37, 28, 0)); background: -moz-linear-gradient(bottom, #da251c 65%, rgba(218, 37, 28, 0)); background: linear-gradient(to bottom, #da251c 65%, rgba(218, 37, 28, 0));}
.about_plan .plan .item:after{ position:absolute;content:''; width:15px; height:15px; border-radius:50%; bottom:0; left:35px; border:2px #da251c solid;  background:none;}
.about_plan .plan .item:nth-child(3n-1) .time{ background:#590602;}
.about_plan .plan .item:nth-child(3n-1) .name{ color:#590602}
.about_plan .plan .item:nth-child(3n-1):before{position:absolute;content:''; width:5px; height:85%;  top:2%; left:42.5px;background: -webkit-linear-gradient(top, #590602 65%, rgba(89, 6, 2, 0));  background: -o-linear-gradient(bottom, #590602 65%, rgba(89, 6, 2, 0));  background: -moz-linear-gradient(bottom, #590602 65%, rgba(89, 6, 2, 0)); background: linear-gradient(to bottom, #590602 65%, rgba(89, 6, 2, 0));}
.about_plan .plan .item:nth-child(3n-1):after{ position:absolute;content:''; width:15px; height:15px; border-radius:50%; bottom:0; left:35px; border:2px #590602 solid;  background:none;}
.about_plan .plan .item:nth-child(3n+1) .time{ background:#000000;}
.about_plan .plan .item:nth-child(3n+1) .name{ color:#000000}
.about_plan .plan .item:nth-child(3n+1):before{position:absolute;content:''; width:5px; height:85%;  top:2%; left:42.5px;background: -webkit-linear-gradient(top, #000000 65%, rgba(0, 0, 0, 0));  background: -o-linear-gradient(bottom, #000000 65%, rgba(0, 0, 0, 0));  background: -moz-linear-gradient(bottom, #000000 65%, rgba(0, 0, 0, 0)); background: linear-gradient(to bottom, #000000 65%, rgba(0, 0, 0, 0));}
.about_plan .plan .item:nth-child(3n+1):after{ position:absolute;content:''; width:15px; height:15px; border-radius:50%; bottom:0; left:35px; border:2px #000000 solid;  background:none;}

.page_honor{ position: relative;background: #f9f9f9; padding: 60px 0;}
.page_honor .title{ font-size: 36px; color: #333333;}
.page_honor .honorbox{ margin: 40px auto 0; width: 100%; position: relative; padding:0 50px; box-sizing:border-box;}
.page_honor .honorbox .item{position: relative; float: left; width:23.5% !important; margin-right: 2%;}
.page_honor .honorbox .item:last-child{ margin-right:0;}
.page_honor .honorbox .item p{font-size: 16px; padding: 0 2%; color: #333333; line-height:45px; text-align: center; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.page_honor .honorbox .item:hover p{ color: #da251c;}
.page_honor .honorbox .honor-next{position: absolute;top:50%; right:0; width:40px; height:40px;color:#ffffff; text-align:center; line-height:40px; background:#666666; transform:translateY(-50%); cursor: pointer;}
.page_honor .honorbox .honor-prev{position: absolute;top:50%; left:0; width:40px; height:40px;color:#ffffff; text-align:center; line-height:40px; background:#666666; margin-top:-20px; transform: rotate(180deg); cursor: pointer;}
.page_honor .honorbox .honor-next:hover,.page_honor .honorbox .honor-prev:hover{ background:#da251c;}

.page_patent{ position: relative;background: #ffffff; padding: 60px 0;}
.page_patent .title{ font-size: 36px; color: #333333;}
.page_patent .patentbox{ margin: 40px auto 0; width: 100%; position: relative; padding:0 50px; box-sizing:border-box;}
.page_patent .patentbox .item{position: relative; float: left; width:23.5% !important; margin-right: 2%;}
.page_patent .patentbox .item:last-child{ margin-right:0;}
.page_patent .patentbox .item p{font-size: 16px; padding: 0 2%; color: #333333; line-height:45px; text-align: center; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.page_patent .patentbox .item:hover p{ color: #da251c;}
.page_patent .patentbox .patent-next{position: absolute;top:50%; right:0; width:40px; height:40px;color:#ffffff; text-align:center; line-height:40px; background:#666666; transform:translateY(-50%); cursor: pointer;}
.page_patent .patentbox .patent-prev{position: absolute;top:50%; left:0; width:40px; height:40px;color:#ffffff; text-align:center; line-height:40px; margin-top:-20px; background:#666666; transform: rotate(180deg); cursor: pointer;}
.page_patent .patentbox .patent-next:hover,.page_patent .patentbox .patent-prev:hover{ background:#da251c;}

.page_news{position: relative; background: #f5f8fd; padding: 60px 0;}
.page_news .newsbox{display: grid; grid-gap: 30px; grid-template-columns: repeat(3,1fr);}
.page_news .newsbox .item{ position:relative;position: relative; background:#ffffff; float: left; transition:.3s ease;}
.page_news .newsbox .item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  transform: translateY(-8px);}
.page_news .newsbox .item .infor{padding:30px 25px;}
.page_news .newsbox .item .infor .date{ font-size: 15px; color: #aaaaaa; font-family: 'din';}
.page_news .newsbox .item .infor .t{font-size:18px; line-height: 28px; height: 56px; color:#333333; margin:15px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.page_news .newsbox .item .infor .c{font-size:15px; color:#666666; line-height:2; height: 30px;  overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1;-webkit-box-orient: vertical;}
.page_news .newsbox .item .li_line{width:0; height:5px; background:#da251c; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.page_news .newsbox .item:hover .li_line{width:100%; left: 0;}
.page_news .newsbox .item:hover .infor .t{ color:#da251c;}
.page_news .newsshow{ padding: 35px; background-color: #ffffff; box-sizing: border-box;}
.page_news .newsshow .item_top{width: 100%;padding-bottom: 30px; border-bottom: 1px solid #e2e2e2;}
.page_news .newsshow .item_top .pageT{margin-bottom: 10px; font-size: 24px;line-height: 1.4;color: #333333;}
.page_news .newsshow .item_top .pageD{font-size: 15px;color: #666666;}
.page_news .newsshow .item_content{padding: 30px 0; font-size:16px; color:#666666; line-height:2;}
.page_news .newsshow .item_content p a{font-size: 16px !important; }
.page_news .newsshow .item_content img{max-width:100%; margin:5px 0;}
.page_news .newsshow .item_content table{border-collapse:collapse;width:100% !important;}
.page_news .newsshow .item_content table,.page_news .newsshow .item_content tr{ font-size: 15px; color: #444444; }
.page_news .newsshow .item_content table,.page_news .newsshow .item_content th,.page_news .newsshow .item_content td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.page_news .newsshow .item_btm{width: 100%;padding-top: 30px;border-top: 1px solid #e2e2e2;display: flex;align-items: center; justify-content: space-between;}
.page_news .newsshow .item_btm .paging_nav{width: calc(100% - 180px);margin: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;flex-direction: column;align-content: flex-start;}
.page_news .newsshow .item_btm .paging_nav .prevpage{float: left;width: 100%;}
.page_news .newsshow .item_btm .paging_nav .prevpage a{line-height: 2;color: #333333;font-size: 16px;display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_news .newsshow .item_btm .paging_nav .prevpage:hover a{color: #da251c;}
.page_news .newsshow .item_btm .paging_nav .nextpage {float: left;width: 100%;}
.page_news .newsshow .item_btm .paging_nav .nextpage a {line-height: 2;color: #333333;font-size: 16px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_news .newsshow .item_btm .paging_nav .nextpage:hover a{color: #da251c;}
.page_news .newsshow .item_btm .return_list{width: 160px;}
.page_news .newsshow .item_btm .return_list .backList{width:100%;height: 50px; color: #ffffff; border-radius: 25px; background: #da251c; display: flex; align-items: center; justify-content: center;}
.page_news .newsshow .item_btm .return_list .backList .ml-cio{ margin-left: 10px; height: 12px;}
.page_news .newsshow .item_btm .return_list .backList:hover{background:#da251c;}
.page_news .warp{ padding: 40px; background: #ffffff;}
.page_news .blem_so{ width: 60%; position: relative; margin: 0 auto;}
.page_news .blem_so .search{ border: 2px #da251c solid;}
.page_news .blem_so .search-txt{width: calc(100% - 80px); float: left; border: none; font-size: 15px; line-height: 41px;
text-align: left; box-sizing: border-box; background: none; padding: 0 10px;}
.page_news .blem_so .search-txt .search-key{ width: 80%;}
.page_news .blem_so .search-btn{border: none;width: 80px;background: #da251c;text-align: center;line-height: 41px;margin: 0;font-size: 15px;color: #ffffff; cursor: pointer;outline: none;transition: all 0.5s ease;}
.page_news .blem_so .search-btn .icon{ margin-right: 5px;}
.page_news .news_search{position: relative; margin-top: 50px;}
.page_news .news_search .news_item{display: grid;grid-gap: 25px; grid-template-columns: repeat(4,1fr);}
.page_news .news_search .item{ position:relative;position: relative; background:#f9f9f9; float: left; transition:.3s ease;}
.page_news .news_search .item:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);  transform: translateY(-8px);}
.page_news .news_search .item .infor{padding:30px 25px;}
.page_news .news_search .item .infor .date{ font-size: 15px; color: #aaaaaa; font-family: 'din';}
.page_news .news_search .item .infor .t{font-size:18px; line-height: 28px; height: 56px; color:#333333; margin:15px 0; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.page_news .news_search .item .infor .c{font-size:15px; color:#666666; line-height:2; height: 30px;  overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;line-clamp: 1; -webkit-box-orient: vertical;}
.page_news .news_search .item .li_line{width:0; height:5px; background:#da251c; position:absolute; right:0; bottom:0; transition:all 0.5s ease;}
.page_news .news_search .item:hover .li_line{width:100%; left: 0;}
.page_news .news_search .item:hover .infor .t{ color:#da251c;}
.page_news .search-null{ margin-top: 30px; text-align: center;}
.page_partner{ position: relative; background: #f5f8fd; padding: 60px 0;}
.page_partner .partnerbox{ display: grid;grid-gap: 25px; grid-template-columns: repeat(4,1fr);}

.page_join{ position: relative; background: #f5f8fd; padding: 60px 0;}
.page_join .join_txt{ margin-bottom:40px; font-size:16px; color:#333333; line-height:28px; padding:40px; background:#ffffff;    border: 3px #ddd solid;}
.page_join .joinbox{ display: grid;grid-gap: 25px; grid-template-columns: repeat(3,1fr);}
.page_join .joinbox .item{ background-color: #ffffff; box-shadow:0 0 15px rgba(0,0,0,0.05)}
.page_join .joinbox .item a{display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox;  display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column; -moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;  flex-direction: column; -webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; text-align: left; -webkit-transition: opacity 0.3s; -o-transition: opacity 0.3s;-moz-transition: opacity 0.3s; transition: opacity 0.3s; padding:25px;}
.page_join .joinbox .item .title{position: relative; display: -webkit-box; font-size: 20px; font-weight:bold; line-height: 28px; color: #222831;}
.page_join .joinbox .item .title::after{ position:absolute; content: ''; width: 100%; height: 1px; background: rgba(0, 0, 0, .1); bottom: -8px; left: 0; }
.page_join .joinbox .item .status{margin-top: 20px; display: -webkit-box;display: -webkit-flex;display: -moz-box; display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 15px; line-height: 26px; color: #666666;}
.page_join .joinbox .item:hover{ background:#da251c;}
.page_join .joinbox .item:hover .title{ color:#ffffff;}
.page_join .joinbox .item:hover .status{ color: #ffffff;}
.page_join .joinshow{ padding: 35px; background-color: #ffffff; box-sizing: border-box;}
.page_join .joinshow .left{float:left; width:calc(100% - 180px);}
.page_join .joinshow .item_top{width: 100%;padding-bottom: 30px; border-bottom: 1px solid #e2e2e2;}
.page_join .joinshow .item_top .pageT{margin-bottom: 10px; font-size: 24px;line-height: 1.4;color: #333333;}
.page_join .joinshow .item_top .pageD{font-size: 15px;color: #666666;}
.page_join .joinshow .item_top .return_list{float:right; width: 160px;}
.page_join .joinshow .item_top .return_list .backList{width:100%;height: 45px; color: #ffffff; border-radius: 25px; background: #da251c; display: flex; align-items: center; justify-content: center;}
.page_join .joinshow .item_top .return_list .backList .ml-cio{ margin-left: 10px; height: 12px;}
.page_join .joinshow .item_top .return_list .backList:hover{background:#da251c;}
.page_join .joinshow .item_content{padding: 30px 0; font-size:16px; color:#666666; line-height:2;}
.page_join .joinshow .item_content p a{font-size: 16px !important; }
.page_join .joinshow .item_content img{max-width:100%; margin:5px 0;}
.page_join .joinshow .item_content table{border-collapse:collapse;width:100% !important;}
.page_join .joinshow .item_content table,.page_join .joinshow .item_content tr{ font-size: 15px; color: #444444; }
.page_join .joinshow .item_content table,.page_join .joinshow .item_content th,.page_join .joinshow .item_content td{ border: 1px solid #333333; text-align: center; font-size: 16px;}


.page_cont{ position: relative; padding: 60px 0; font-size: 16px; line-height: 28px; color: #333333; background: #f5f8fd;}
.page_report{position:relative; display: -webkit-flex; display: flex; justify-content: space-between; background:#ffffff}
.page_report .left{position: relative; z-index: 2; width:42%;}
.page_report .left img{border: 0 none;width: 100%; height:100%; object-fit: cover;}
.page_report .right{ position:relative; width:58%;padding:40px;}
.page_report .right .txt{ font-size:22px; color:#333333; font-weight:bold;}
.page_report .right .im_title{ width:30px; height:2px; background:#da251c;  margin: 20px 0;}


.page_devel{position: relative; padding: 60px 0;background: #ffffff;}
.page_devel .text-center {text-align: center; padding-bottom: 20px; border-bottom: 1px #eeeeee solid;}
.page_devel .text-center .name {font-size: 36px;color: #333333;}
.page_devel .text-center .im_title {font-weight: bold;color: #da251c;}
.page_devel .team_content{position: relative;margin-top: 30px;}
.page_devel .team_content .cont{float: left; width: calc(100% - 60%);  font-size: 16px; line-height: 2; color: #333333;}
.page_devel .team_content .teambox{float: right; width: calc(100% - 44%); display: grid;grid-gap: 20px; grid-template-columns: repeat(3,1fr);}
.page_devel .team_content .teambox .item{ width: 100%;  background: #f5f5f5;}
.page_devel .team_content .teambox .item .infor{ padding: 15px; background: #f5f5f5;}
.page_devel .team_content .teambox .item .name{ font-size: 20px; color: #333333; font-weight: bold; text-align: center;}
.page_devel .team_content .teambox .item .zhicheng{ margin: 10px 0; font-size: 17px; color: #666666; text-align: center;}
.page_devel .team_content .teambox .item .introduce{ font-size: 15px; line-height: 24px; color: #333333;}
.page_devel .working {position: relative; margin-top: 30px; overflow: hidden; z-index: 1;}
.page_devel .working li{position: absolute;}
.page_devel .working li img{display: block; width: 100%; height: 100%; box-sizing: border-box;}
.page_devel .working li:first-child{width: 49.25%;height: 100%;top: 0;bottom: auto;}
.page_devel .working li:nth-child(2){width: 23.875%;height: 48%;top: 0; left:50.75%; bottom: auto;}
.page_devel .working li:nth-child(3){width: 23.875%;height: 48%;top: 0; right:0; bottom: auto;}
.page_devel .working li:nth-child(4){ width:23.875%; height:48%; left:50.75%; bottom:0;}
.page_devel .working li:nth-child(5){ width:23.875%; height:48%; right:0; bottom:0;}

.page_topic{position: relative; padding: 60px 0;background: #f5f8fd;}
.page_topic .text-center {text-align: center; }
.page_topic .text-center .name {font-size: 36px;color: #333333;}
.page_topic .text-center .im_title {font-weight: bold;color: #da251c;}
.page_topic .topicbox{width: 91%;float: right; overflow: hidden;margin-top: 30px;}
.page_topic .topicbox .swiper{width: 100% !important;overflow: visible !important;}
.page_topic .topicbox .swiper-slide{width: 80% !important;position: relative; background: #ffffff; cursor: pointer;}
.page_topic .topicbox .swiper .swiper-slide .img{width: 60%;overflow: hidden;}
.page_topic .topicbox .swiper .swiper-slide .img img{width: 100%;display: block;margin: 0 auto;transition: all 0.6s ease;}
.page_topic .topicbox .swiper .swiper-slide .cont{width: 34%;position: absolute;right: 3%;top: 50%;transform: translateY(-50%);}
.page_topic .topicbox .swiper .swiper-slide .cont h4{font-size: 20px; color: #333333;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;-webkit-box-orient: vertical;}
.page_topic .topicbox .swiper .swiper-slide .cont .tit{font-size: 16px;color: #999999; text-transform: capitalize; position: relative;padding-bottom: 16px;margin-top: 10px;}
.page_topic .topicbox .swiper .swiper-slide .cont .tit::after{content: '';width: 48px;height: 2px;background-color:rgba(0,0,0,0.2);position: absolute;bottom: 0;left: 0;}
.page_topic .topicbox .swiper .swiper-slide .cont .txt{font-size: 16px;line-height: 28px;color: #666666;margin: 5% 0 16%; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;line-clamp: 4; -webkit-box-orient: vertical;}
.page_topic .topicbox .swiper .box{width: 100%;position:relative; margin: 30px auto 0; text-align: center;padding-right: 9%;}
.page_topic .topicbox .swiper .box .button{width: 40px;height: 40px; margin: 0 10px; line-height: 40px; border: 1px dashed #999999; position: relative !important;transition: all 0.6s ease; display: inline-block; cursor: pointer;}
.page_topic .topicbox .swiper-button-next{right: 0 !important;transform: rotate(-180deg);}
.page_topic .topicbox .swiper-button-prev{left: 0 !important; }
.page_topic .topicbox .swiper .box .button:hover{border-color: #da251c; color: #ffffff; background: #da251c;}
.page_topic .topicbox .swiper .swiper-slide:hover .cont h4{color: #da251c;}
.page_topic .topicbox .swiper .swiper-slide:hover .img img{transform: scale(1.1);}
.page_topic .topicbox .more{display:block;border: 1px solid rgba(0,0,0,0.1);border-radius: 2px;width: 180px;height: 48px;position: relative;z-index:1;overflow: hidden;}
.page_topic .topicbox .more::after{content: '';width: 0;height: 100%;border-radius: 2px;background-color: #da251c;position: absolute;top: 0;left: 0;z-index:-1;transition: all 0.6s ease;}
.page_topic .topicbox .more p{float: left;color: #da251c;font-size: 14px;line-height: 48px;margin-left: 38px;transition: all 0.6s ease;}
.page_topic .topicbox .more .iconfont{float: left;color: #da251c;font-size: 30px;line-height: 48px;margin-left: 20px;transition: all 0.6s ease;}
.page_topic .topicbox .more:hover::after{width: 100%;}
.page_topic .topicbox .more:hover p,.page_topic .topicbox .more:hover .iconfont{color: #FFFFFF;}

/*  加载更多 */
.line-click {
    text-align: center;
    font-size: 16px;
    color: #222222;
    position: relative;
}
.line-click .add {
    display: inline-block;
    padding: 0 30px;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 5;
    cursor: pointer;
    transition: .5s ease-in-out;
}
.line-click .add a:hover{color:#e14e6a;}
/*.line-click:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #ececec;
    width: 200%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}*/

/*.line-click .add:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 30px;
    background: url(../images/line-click.png) no-repeat center;
    background-size: 100%;
    margin: auto;
}*/

.line-click .add:hover:after {
    background: url(../images/line-clickh.png) no-repeat center;
}
/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin: 30px 1px 0 1px; display:inline-block; height:36px; line-height:36px; background:#eeeeee; }
.pages li a{text-align:center; color:#333333; padding:0 15px;}
.pages .active {background:#ca2720; text-decoration:none}
.pages .active a{color:#ffffff; }
.pages li:hover { background:#ca2720; text-decoration:none }
.pages li:hover a{ color:#ffffff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #cccccc; color:#333333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #ffffff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333333; font-size: 15px;}
.pages1_l:hover a{ color:#ca2720;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333333; font-size: 15px;}
.pages1_r:hover a{ color:#ca2720;}


/* main CSS */
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #ff0000;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/icon/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/icon/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/icon/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../img/icon/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../img/icon/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #ff0000;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/icon/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/icon/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}
